home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcmag
/
v11n08
/
homend.sc
< prev
next >
Wrap
Text File
|
1991-12-30
|
356b
|
16 lines
; HOMEND.SC Fix the Home, End, Ctrl-Home and Ctrl-End keys so
; they respond the way you'd expect them to. Place these in your
; Init.sc file.
; <Home>
SetKey -71 If IsFieldView() Then Home Else CtrlHome EndIf
; <End>
SetKey -79 If IsFieldView() Then End Else CtrlEnd EndIf
; <Ctrl+Home>
SetKey -119 Home
; <Ctrl+End>
SetKey -117 End